From 9af8732229e7c62bb6141b52586274c86bf6dd1b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 24 May 2008 17:08:32 +0000 Subject: [PATCH] atk needs to stage m4 files SVN-Revision: 11258 --- libs/glib2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 36e4affc2..750f63104 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -78,6 +78,8 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/libg{lib,module,object,thread}-2.0.{a,so*} $(1)/usr/lib/ mkdir -p $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/g{lib,module,module-no-export,object,thread}-2.0.pc $(1)/usr/lib/pkgconfig + mkdir -p $(1)/share/aclocal/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/aclocal/*.m4 $(STAGING_DIR_HOST)/share/aclocal/ endef define Package/glib2/install -- 2.30.2